Commit graph

1547 commits

Author SHA1 Message Date
Emili Castells
686f6915de
Merge pull request #307 from ratnakardubey/issue-306-broken-nested-array
Fix: Broken multi-level (nested) associative array values after getting submitted from checkout page
2021-10-13 12:37:45 +02:00
Emili Castells
3bfde3776f
Merge branch 'trunk' into issue-306-broken-nested-array 2021-10-13 12:36:42 +02:00
Ratnakar Dubey
34a18b359f Rename file from class-createorderendpoint.php to CreateOrderEndpoint.php to follow PSR-4 2021-10-13 15:46:33 +05:30
Emili Castells
8411b95292
Merge pull request #295 from woocommerce/bug/fix-project-configuration
Merge Refactor for PSR-4
2021-10-13 10:57:58 +02:00
dinamiko
f405778bdc Merge branch 'trunk' of github.com:woocommerce/woocommerce-paypal-payments into bug/fix-project-configuration 2021-10-13 10:55:38 +02:00
Jorge A. Torres
c0a727e4a8 Update release date for 1.6.1 2021-10-12 10:28:52 -03:00
Emili Castells
d6aa1166f1
Merge pull request #316 from woocommerce/improve-pending-statuses
Improve pending statuses
2021-10-08 17:22:01 +02:00
Alex P
c84a2832a1 Show reason text instead of enum value 2021-10-08 18:15:22 +03:00
Alex P
5b197a003a Do not add 'successfully captured' note for pending captures 2021-10-08 18:14:15 +03:00
Emili Castells
8465d69eac
Merge pull request #315 from woocommerce/wc-tested-up-5.7
WC tested up to 5.7
2021-10-08 10:39:46 +02:00
dinamiko
e29f3c70f6 WC tested up to 5.7 2021-10-08 10:34:40 +02:00
Emili Castells
215105d2ce
Merge pull request #314 from woocommerce/release/1.6.1
Pre-release 1.6.1
2021-10-08 10:24:12 +02:00
dinamiko
576d09cb71 Bump 1.6.1 version 2021-10-08 09:54:47 +02:00
Alex P
f4d82e0de8 Fix namespace name, remove classmap 2021-10-08 10:23:19 +03:00
Alex P
196f143e65 Fix docker build 2021-10-08 10:21:33 +03:00
Alex P
f4b2c5d7df Use composer update --lock because of composer-merge-plugin 2021-10-08 10:19:28 +03:00
Alex P
e02926a033 Rename new classes 2021-10-07 18:09:06 +03:00
Alex P
c65df28d54 Merge branch 'trunk' into bug/fix-project-configuration 2021-10-07 18:04:36 +03:00
Emili Castells
229d950503
Merge pull request #313 from woocommerce/handle-denied-authorization
Handle denied authorization
2021-10-07 12:54:31 +02:00
Alex P
fb3c4f0101 Quick fix handling of capture statuses after capturing via order action 2021-10-07 10:59:13 +03:00
Alex P
03e9ac9aad Fix capture endpoint returned object 2021-10-07 10:15:29 +03:00
Alex P
06ee070c87 Allow voiding pending authorizations 2021-10-07 09:30:26 +03:00
Alex P
98bd5bd245 Extract/refactor order status changes, fix denied payment handling 2021-10-07 09:23:03 +03:00
Alex P
1a7eae93c2 Refactor capture status, make like authorization status 2021-10-06 22:12:06 +03:00
Alex P
bfec11b174 Remove wrong authorization statuses 2021-10-06 21:43:58 +03:00
Alex P
e8fa6cd611 Fix name 2021-10-06 21:38:37 +03:00
Alex P
64c6854873 Use payment_complete()
Not sure which way is better, but we should choose one
2021-10-06 19:07:07 +03:00
Alex P
b7fcee1179 Stop if failed to handle saved card payment 2021-10-06 18:53:49 +03:00
Alex P
45249966e9 Add missing order meta 2021-10-06 18:10:32 +03:00
Alex P
df68c948b9 Refactor payment error handling 2021-10-06 16:03:38 +03:00
Alex P
7d0949eece Throw if denied authorization
like in capture()
2021-10-06 15:43:27 +03:00
Alex P
bac0895483 Add details to authorization status 2021-10-06 13:33:43 +03:00
Emili Castells
c5016b5b1e
Merge pull request #299 from woocommerce/void-transaction
Void transaction
2021-10-06 12:32:36 +02:00
Emili Castells
11c56d7bfd
Merge pull request #309 from woocommerce/fix-null-3ds-contingency
Check that 3ds_contingency option is not null
2021-10-06 12:07:14 +02:00
Alex P
403b82d5d7 Check that 3ds_contingency option is not null 2021-10-06 12:45:51 +03:00
Alex P
571b85ec61 Do not render capture status for refunded 2021-10-06 12:30:26 +03:00
Alex P
25b3bd148f Refactor capture status rendering 2021-10-06 12:26:54 +03:00
Alex P
2405c7e801 Fix indent 2021-10-05 15:24:39 +03:00
Alex P
537fab4d28 Merge branch 'trunk' into void-transaction 2021-10-05 15:20:00 +03:00
Alex P
48a6a8069f Set refunded status after void 2021-10-05 15:19:50 +03:00
Emili Castells
8cdc1338f6
Merge pull request #305 from woocommerce/handle-capture-action-errors
Handle denied authorization when capturing via order action
2021-10-05 14:14:22 +02:00
Ratnakar Dubey
8f43e3a46d Fix: Broken multi-level (nested) associative array values getting submitted from checkout page 2021-10-05 13:46:00 +05:30
Alex P
ea7f56c402 Handle denied authorization when capturing via order action
If nothing to capture and do not have captures, then show error.
2021-10-05 08:57:55 +03:00
Alex P
06e437e0c3 Refactor logging, add missing logging 2021-10-04 19:16:50 +03:00
Alex P
07928c9935 Return status instead of bool + last_status 2021-10-04 18:36:30 +03:00
Alex P
c6229c9944 Simplify test 2021-10-04 18:25:35 +03:00
Alex P
85f3b184b2 Void all voidable authorizations 2021-10-04 15:47:44 +03:00
Alex P
4b3bba941a Void non-captured authorizations instead of refunding 2021-10-04 10:37:52 +03:00
dinamiko
7ecbd4f590 Composer install on PHP 7.1 2021-10-01 12:35:29 +02:00
dinamiko
e7f31ed80a Composer install on PHP 7.1 2021-10-01 11:50:43 +02:00