dinamiko
3bfd7346ab
Merge branch 'issue/447-wcpay-subscriptions-compat' of https://github.com/mattallan/woocommerce-paypal-payments into mattallan-issue/447-wcpay-subscriptions-compat
2022-02-24 09:44:14 +01:00
mattallan
28bed83598
Check if PayPal Payments is available before renderering the buttons
2022-02-22 16:07:24 +10:00
Alex P
0c07ebd629
Use plugin version as asset version
2022-02-17 18:51:24 +02:00
Alex P
fc89021df4
Add hook docs
...
phpcs rules updated
2022-02-17 18:28:59 +02:00
dinamiko
b923df9d52
Revert dcc enabled check
2022-01-21 15:25:17 +01:00
Emili Castells
0fee10931a
Merge pull request #423 from woocommerce/PCP-434-allow-guest-users-to-purchase-su
...
Add customer id for guest users purchasing subscriptions
2022-01-20 11:18:14 +01:00
dinamiko
2f78bab9ca
Only display buttons in checkout if guest with subscription
2022-01-17 14:35:25 +01:00
Alex P
5591b2806d
Fix double slash in asset urls
2022-01-14 16:33:59 +02:00
dinamiko
e6adf38edd
Fix merge conflicts
2022-01-11 10:31:47 +01:00
Emili Castells
45a4463e75
Merge pull request #418 from woocommerce/pcp-196-use-wc-translation
...
Use translation from WC for "Place order" / "Pay for order" buttons
2022-01-10 13:17:47 +01:00
Alex P
5216e155b4
Fix save card label "for"
2022-01-06 15:08:13 +02:00
dinamiko
a8ccd02e77
Revert vault enabled check in render wrapper
2022-01-05 14:31:12 +01:00
dinamiko
08d3dea790
Check if pay for order contains subscription
2022-01-04 11:01:34 +01:00
dinamiko
6d0c821b19
Check if pay for order contains subscription
2022-01-04 10:43:18 +01:00
dinamiko
d69f1b5a9c
Add guest customer id (WIP)
2021-12-24 12:37:06 +01:00
dinamiko
ece3ef95d3
Display payment gateways for guest users when subscription in the cart
2021-12-22 16:00:29 +01:00
Alex P
b93d0acfcc
Use translation from WC for "Place order" / "Pay for order"
2021-12-21 17:56:27 +02:00
Emili Castells
b65200645a
Merge pull request #386 from woocommerce/pcp-367-default-3ds-contingency
...
Change default 3ds contingency
2021-12-01 11:57:31 +01:00
dinamiko
aa61ab56ca
Improve required card holder name error message
2021-11-30 14:23:21 +01:00
dinamiko
cf3ba3f55c
Fix phpcs errors
2021-11-30 11:11:02 +01:00
Alex P
ffe32070d0
Extract shop currency, country to services
2021-11-30 10:40:38 +02:00
dinamiko
1e646fa954
Ensure cardholder name when submit card fields
2021-11-24 16:09:36 +01:00
Emili Castells
035cbe5957
Merge pull request #361 from woocommerce/pcp-125-fix-duplicated-button
...
Fix duplicated button and saved cards in Pay Now
2021-11-23 11:07:21 +01:00
Alex P
ff6f821fdf
Add type
2021-11-19 12:44:06 +02:00
dinamiko
199d40e2d5
Do not display save credit card if subscription in the cart
2021-11-19 11:06:16 +01:00
Alex P
b9ae2483ad
Add CSS class to dcc order button
2021-11-11 17:57:23 +02:00
Alex P
edd441f5da
Improve type check
2021-11-03 10:20:39 +02:00
dinamiko
038d36f556
Revent capture
in lowercase
2021-10-18 10:54:57 +02:00
dinamiko
ba061ce15b
Uppercase capture
2021-10-15 17:11:52 +02:00
dinamiko
a42ae3567f
Merge trunk
2021-10-13 16:13:42 +02:00
Alex P
f4d82e0de8
Fix namespace name, remove classmap
2021-10-08 10:23:19 +03:00
Alex P
c65df28d54
Merge branch 'trunk' into bug/fix-project-configuration
2021-10-07 18:04:36 +03:00
dinamiko
57ff2cc649
Fix merge conflicts
2021-09-30 12:52:15 +02:00
Anton Ukhanev
d4c8282518
Use Composer modules and convert modules to PSR-4
...
PSR-4 is much more robust and predictable. But to do this,
a source root dir must be specified for every module.
This could be done in the root file, but this is not very modular.
Instead, now every module declares its own source root by using
the amazing Composer Merge Plugin. This approach allows each module
to also declare its own dependencies. Together, these changes allow
modules to be easily extractable to separate pacakges when the need
arises, and in general improves modularity significantly.
2021-08-26 11:01:20 +02:00