Commit graph

2223 commits

Author SHA1 Message Date
Alex P
26f11a6e5e Remove previous docker setup 2022-05-09 13:53:24 +03:00
Emili Castells
f78dfac648
Merge pull request #634 from woocommerce/ddev
Use DDEV instead of custom Docker setup
2022-05-09 10:38:52 +02:00
Alex P
7e121c6a4a Update dev env docs 2022-05-09 11:32:24 +03:00
Narek Zakarian
199b18c7f3 Fix the psalm error about no return type. 2022-05-06 18:22:58 +04:00
Narek Zakarian
5965cc4bde Enable the "pay later" on card page when card page is updated. 2022-05-06 18:22:11 +04:00
Narek Zakarian
6ac84bc801 Merge branch 'PCP-632-smart-buttons-not-loading' into PCP-163-pay-later-message-bug 2022-05-06 17:34:13 +04:00
Alex P
a87a9dcab5 Exclude .ddev from package 2022-05-06 11:34:58 +03:00
Alex P
b84177b61c Simplify ddev .htaccess handling 2022-05-06 10:44:07 +03:00
Alex P
29aff60d27 Fix PHP_IDE_CONFIG 2022-05-06 10:19:42 +03:00
Alex P
074f1f68f7 Support multisite in ddev 2022-05-06 09:35:14 +03:00
Alex P
6dc0a995f6 Add ddev ngrok wrapper 2022-05-05 18:37:46 +03:00
Alex P
df6e784d29 Add DDEV 2022-05-05 16:29:18 +03:00
Narek Zakarian
d3b8e04135
Update CartBootstap.js 2022-05-04 15:34:19 +04:00
Brian Yu
00cfa973e6
Merge pull request #628 from woocommerce/version_bump/1.8.0
Add date for 1.8.0 release
2022-05-03 14:38:12 -04:00
Brian Yu
450aeadd8e Add date for 1.8.0 release 2022-05-03 14:32:56 -04:00
Alex P
dd4b39971f Remove duplicated variable 2022-05-03 16:14:22 +03:00
Narek Zakarian
c4f5d7a139 Move the subscription cart check into the callbacks.
The subscription product in cart existence and the vaulting enabled check should be called inside the button renderer hook callback so that the mini-cart ajax refresh will take it into the consideration.
2022-05-02 17:48:14 +04:00
Alex P
93ef548b65 Fix psalm errors 2022-04-28 16:20:30 +03:00
Alex P
35f058870a Skip already handled refunds in webhook
When we add a refund from WC, we still receive a webhook with it. And for some partial refunds the duplicated refund can be added in WC.
2022-04-28 16:20:05 +03:00
Alex P
13e04b009c Fix const name 2022-04-27 23:50:23 +03:00
Emili Castells
6ebd88230b
Merge pull request #619 from woocommerce/pcp-646-vaulting-errors
Show free trial vaulting errors
2022-04-27 17:29:49 +02:00
Emili Castells
4d65c80494
Merge pull request #615 from woocommerce/pcp-650-free-trial-fix-dcc
Fix DCC with free trial
2022-04-27 17:28:33 +02:00
Alex P
e72b80ae72 Show error if PayPal already vaulted for another WC customer 2022-04-27 10:45:05 +03:00
Alex P
b2e5a80f3f Show error message when vaulting approval fails 2022-04-27 10:39:54 +03:00
Narek Zakarian
d148a1bf9a Adjust API client services to support fraud response. 2022-04-25 19:17:13 +04:00
Narek Zakarian
fd77690d46 Include fraud response in order capture. 2022-04-25 19:16:09 +04:00
Narek Zakarian
4c1695788f Create Fraud processor response and it's factory. 2022-04-25 19:14:21 +04:00
Alex P
4a4f131325 Handle card smart button for free trial (1$ auth + void)
Disabling this funding source also disables DCC
2022-04-25 15:24:37 +03:00
Alex P
a5191b04ff Do not disable card funding source for free trial if DCC enabled
Otherwise DCC gateway gets disabled (paypal.HostedFields.isEligible() becomes false)
2022-04-25 15:13:46 +03:00
Emili Castells
1c92a56e69
Merge pull request #612 from woocommerce/PCP-648-pre-release-1.8.0-disabling-dcc-
Do not set PayPal gateway enabled on credit card gateway
2022-04-21 15:23:32 +02:00
dinamiko
36151c8296 Do not set PayPal gateway enabled on credit card gateway 2022-04-21 15:19:08 +02:00
Emili Castells
7c2b36b045
Merge pull request #611 from woocommerce/revert-pcp-478
Revert self redirect after updating DDC settings
2022-04-21 11:44:06 +02:00
dinamiko
ca0aa6145c Revert change 2022-04-21 11:20:47 +02:00
Narek Zakarian
de855042a0 Add "PayPal Transaction Key" into order custom fields. 2022-04-20 19:51:26 +04:00
Narek Zakarian
b268e62c9f Fix the button render logic when free product is in cart. 2022-04-18 18:16:22 +04:00
Danae Millan
b488c909eb Merge branch 'trunk' into issue-174-vaulting-pay-later-ux 2022-04-13 13:54:52 -04:00
Emili Castells
d18df34e9b
Merge pull request #586 from woocommerce/dependabot/npm_and_yarn/modules/ppcp-button/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6 in /modules/ppcp-button
2022-04-13 12:55:01 +02:00
dependabot[bot]
f5eb674570
Bump minimist from 1.2.5 to 1.2.6 in /modules/ppcp-button
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-13 10:32:23 +00:00
Emili Castells
030cb179db
Merge pull request #585 from woocommerce/dependabot/npm_and_yarn/modules/ppcp-vaulting/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6 in /modules/ppcp-vaulting
2022-04-13 12:31:33 +02:00
dependabot[bot]
17257107e3
Bump minimist from 1.2.5 to 1.2.6 in /modules/ppcp-vaulting
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-13 10:29:51 +00:00
Emili Castells
2fd461ed69
Merge pull request #584 from woocommerce/dependabot/npm_and_yarn/modules/ppcp-wc-gateway/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6 in /modules/ppcp-wc-gateway
2022-04-13 12:29:18 +02:00
Emili Castells
6079e79afc
Merge pull request #583 from woocommerce/dependabot/npm_and_yarn/modules/ppcp-webhooks/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6 in /modules/ppcp-webhooks
2022-04-13 12:28:44 +02:00
dependabot[bot]
b9cee2a600
Bump minimist from 1.2.5 to 1.2.6 in /modules/ppcp-wc-gateway
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-13 10:25:22 +00:00
dependabot[bot]
6c20aaeeba
Bump minimist from 1.2.5 to 1.2.6 in /modules/ppcp-webhooks
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-13 10:24:04 +00:00
Emili Castells
2055132ca6
Merge pull request #582 from woocommerce/release/1.8.0
Release 1.8.0
2022-04-13 11:03:15 +02:00
dinamiko
82a6449f14 Bump 1.8.0 version 2022-04-13 10:47:00 +02:00
Emili Castells
0f1f729973
Merge pull request #561 from woocommerce/pcp-612-dcc-loading
Hide DCC order button until loaded, show spinner
2022-04-13 10:31:44 +02:00
Emili Castells
212894958e
Merge pull request #567 from woocommerce/PCP-607-add-dark-versions-of-cards
Add ability to select dark versions of Visa and Mastercard icons.
2022-04-13 10:30:59 +02:00
Emili Castells
745aaed313
Merge pull request #545 from woocommerce/PCP-478-redirect-after-updating-settings-for-dcc
Self redirect after updating DDC settings
2022-04-13 10:30:01 +02:00
Emili Castells
2d56e3ffad
Merge pull request #540 from woocommerce/PCP-347-emoji-in-product-description-causing-error
Fix the description counting when emoji is used
2022-04-13 10:29:12 +02:00