Alex P
|
0b029a9392
|
Add webhooks status page
|
2021-09-16 12:44:29 +03:00 |
|
Alex P
|
fa6f9eb188
|
Support passing field value without settings
Pass as function to not perform e.g. HTTP requests if the field is not needed.
|
2021-09-16 12:42:30 +03:00 |
|
Alex P
|
6b109be316
|
Add table field renderer
|
2021-09-16 12:41:08 +03:00 |
|
Alex P
|
620f25d88d
|
Refactor field page checking
Reduce code duplication and support more than 2 pages.
Also remove 'all'
|
2021-09-16 12:40:00 +03:00 |
|
Alex P
|
80d56f293c
|
Do not detect credentials change on DCC settings page
|
2021-09-14 13:32:35 +03:00 |
|
Alex P
|
09cef78577
|
Fix and refactor credential change handling
|
2021-09-14 10:25:50 +03:00 |
|
Emili Castells
|
079e8e6acc
|
Merge pull request #250 from woocommerce/PCP-256-disable-funding-credit-cards-aff
Disable funding credit cards affecting hosted fields, unset for GB
|
2021-09-10 15:24:58 +02:00 |
|
Alex P
|
ccf3c88432
|
Merge branch 'trunk' into pcp-178-gateways
|
2021-09-09 12:09:32 +03:00 |
|
dinamiko
|
3580462efc
|
Add tooltip description
|
2021-09-08 14:39:56 +02:00 |
|
dinamiko
|
6e0f739a00
|
Remove disabling card for UK
|
2021-09-08 11:40:13 +02:00 |
|
Alex P
|
34ae2ee30b
|
Show notice only on ppcp and payments page
|
2021-09-01 16:28:17 +03:00 |
|
Alex P
|
9408d1a9e5
|
Fix text
|
2021-09-01 16:01:07 +03:00 |
|
Alex P
|
527d14eb4a
|
Simplify type hint
|
2021-08-31 10:20:34 +03:00 |
|
Alex P
|
33e6280aa3
|
Add notice DCC enabled without the main gateway
|
2021-08-31 10:20:11 +03:00 |
|
Alex P
|
f60f6b0556
|
Show CC gateway in admin payments list
allow changing order, enabling/disabling, opening settings via it
|
2021-08-27 13:50:31 +03:00 |
|
Alex P
|
3ebd3b29bd
|
Fix return value
|
2021-08-27 13:46:54 +03:00 |
|
Alex P
|
45bef752fd
|
Simplify if
|
2021-08-27 13:43:25 +03:00 |
|
Alex P
|
bc141ae7fb
|
Refactor gateway page check
|
2021-08-27 13:43:00 +03:00 |
|
Alex P
|
b988e08c66
|
Add "No 3DS" option
|
2021-08-23 12:29:43 +03:00 |
|
Alex P
|
31bd954870
|
Add 3d secure contingency settings
|
2021-08-20 17:25:24 +03:00 |
|
Oscar Gare
|
852fbe9f54
|
fix REFUND_CAPTURE_CURRENCY_MISMATCH
|
2021-08-17 12:06:49 +02:00 |
|
dinamiko
|
9b16d92565
|
Update order status to failed when can not process order
|
2021-08-13 11:00:55 +02:00 |
|
dinamiko
|
ba07030dac
|
Update order status to failed when instrument is declined
|
2021-08-11 15:01:23 +02:00 |
|
Emili Castells
|
5a84bd1430
|
Merge pull request #202 from woocommerce/PCP-176-currency-japananese-yen-jpy-is-n
Do not send decimals when currency does not support them
|
2021-08-10 11:39:46 +02:00 |
|
dinamiko
|
b49970be41
|
Merge branch 'trunk' into PT-51-plugin-information---support
|
2021-08-09 13:00:10 +02:00 |
|
dinamiko
|
33f106934f
|
Update admin notice error
|
2021-08-09 12:59:39 +02:00 |
|
Emili Castells
|
4afa9d6096
|
Merge pull request #203 from woocommerce/feature/PCP-184-extend-plugin-modification-options
Extend plugin modification options
|
2021-08-09 12:30:20 +02:00 |
|
dinamiko
|
8cb26a2aa0
|
Add filters for button label default value
|
2021-08-09 12:25:50 +02:00 |
|
Emili Castells
|
e1586131fb
|
Merge pull request #210 from woocommerce/PCP-180-use-get_icon-for-credit-card-gat
Use `get_icon` to display credit card gateway icons
|
2021-08-04 09:41:58 +02:00 |
|
dinamiko
|
00cc013767
|
Remove double slash in icons src
|
2021-08-03 13:00:28 +02:00 |
|
dinamiko
|
008fcbc5f9
|
Implement update_option method in PayPal gateway to synchronize gateway enabled option
|
2021-08-02 16:24:41 +02:00 |
|
dinamiko
|
1d1efcb807
|
Do not display admin message for currencies that does not support decimals
|
2021-07-29 16:06:10 +02:00 |
|
dinamiko
|
a123a63afe
|
Use get_icon to display credit card gateway icons
|
2021-07-29 15:33:16 +02:00 |
|
dinamiko
|
83a18dc5b4
|
Display warning admin notice in case currency does not support decimals
|
2021-07-29 12:56:52 +02:00 |
|
dinamiko
|
8f4f681964
|
Improve message on settings when access token creation fails
|
2021-07-28 16:56:22 +02:00 |
|
Kirill Braslavsky
|
4bd4613255
|
auto fix phpcs errors
|
2021-07-27 19:56:59 +03:00 |
|
Kirill Braslavsky
|
257842b7f7
|
don't redirect to gateway settings if onboarded
|
2021-07-27 19:53:54 +03:00 |
|
Kirill Braslavsky
|
b91ede355c
|
store onboarded flag in the class properties
|
2021-07-27 19:20:51 +03:00 |
|
dinamiko
|
145b8085ab
|
Check if variable exist before calling it, persist vault enabled when token creation fails
|
2021-07-27 10:47:16 +02:00 |
|
dinamiko
|
119543ae2d
|
Update dhii/module-interface to version 0.3
|
2021-07-14 14:58:23 +02:00 |
|
dinamiko
|
090e829f75
|
Make mini cart button layout vertical by default
|
2021-07-13 16:20:27 +02:00 |
|
Emili Castells
|
2efb300be8
|
Merge pull request #187 from woocommerce/PCP-179-incorrect-api-credentials-cause-
Incorrect API credentials cause fatal error
|
2021-07-12 11:41:32 +02:00 |
|
dinamiko
|
060d3561a5
|
Fix phpcs errors
|
2021-07-12 11:37:46 +02:00 |
|
dinamiko
|
362b782387
|
Fix phpcs errors
|
2021-07-12 11:22:19 +02:00 |
|
dinamiko
|
d8817134a9
|
Update dhii\module-interface
|
2021-07-06 09:41:30 -05:00 |
|
dinamiko
|
db4e1422d8
|
Remove unused class
|
2021-07-02 12:36:59 +02:00 |
|
dinamiko
|
e7e80c3095
|
Fix unhandled exceptions when token creation fails
|
2021-07-02 12:31:20 +02:00 |
|
Emili Castells
|
1711628cf7
|
Merge pull request #181 from woocommerce/PCP-158-mini-cart-button-size
Add button height setting for mini cart
|
2021-07-01 09:45:53 +02:00 |
|
dinamiko
|
2dab2452db
|
Fix merge conflicts
|
2021-07-01 09:34:47 +02:00 |
|
dinamiko
|
cbfa3f84c0
|
Add pay later button disclaimer
|
2021-06-18 12:38:54 +02:00 |
|