Alex P
|
c9595e29bd
|
Fix tests
|
2023-06-14 15:39:24 +03:00 |
|
Alex P
|
f396870610
|
Refactor patch request
|
2023-04-26 16:57:45 +03:00 |
|
Alex P
|
9d638a57e3
|
Show shipping methods in paypal if express without review
|
2023-04-25 15:06:24 +03:00 |
|
Alex P
|
2a0fa49800
|
Merge branch 'trunk' into pcp-157-blocks
|
2023-03-22 23:23:06 +02:00 |
|
Alex P
|
fa0afe381a
|
Merge branch 'trunk' into pcp-157-blocks
|
2023-03-17 15:53:53 +02:00 |
|
Alex P
|
d40d01a4f4
|
Add API for easy programmatic capture
|
2023-03-17 10:19:56 +02:00 |
|
Alex P
|
7e16b39bbb
|
Remove shortcodes from description
|
2023-03-03 09:48:45 +02:00 |
|
Alex P
|
70c48762fa
|
Merge branch 'trunk' into pcp-157-blocks
|
2023-02-15 11:38:31 +02:00 |
|
emilicastells
|
9055c702e7
|
Fix merge conflicts
|
2023-01-17 15:03:20 +01:00 |
|
Alex P
|
0bf18d67c5
|
Pass user_action
|
2023-01-11 17:45:09 +02:00 |
|
Emili Castells
|
d4187854de
|
Merge pull request #1029 from woocommerce/PCP-951-could-not-retrieve-order
Could not retrieve order error (951)
|
2023-01-11 09:55:34 +01:00 |
|
Alex P
|
2f6240bfb4
|
Do not send Paypal-Request-Id
The current usage is incorrect and only causes issues without solving any problems (we don't implement any way to retry requests).
|
2022-12-15 12:37:52 +02:00 |
|
Narek Zakarian
|
e8c59d98b4
|
fix tests
|
2022-11-29 19:53:32 +04:00 |
|
Narek Zakarian
|
50e18c1518
|
Add FraudNet header when creating order.
|
2022-11-29 19:31:58 +04:00 |
|
emilicastells
|
e6ef177a65
|
Fix phpunit
|
2022-11-29 11:01:03 +01:00 |
|
dinamiko
|
f5fa440f5d
|
Update changelog, skip failing testing for now
|
2022-08-31 17:20:54 +02:00 |
|
Alex Pantechovskis
|
cfc549958d
|
Merge pull request #699 from woocommerce/PCP-673-store-customer-id-for-vaulted-payment
Store the customer id for vaulted payment method in usermeta
|
2022-07-26 16:09:30 +03:00 |
|
Alex P
|
619e9d2552
|
Change address handling for card button
Make the name field to always appear and send at least one address
|
2022-07-19 09:24:19 +03:00 |
|
Emili Castells
|
4c6b7b9659
|
Merge pull request #719 from woocommerce/pcp-443-fix-vaulted-card-button
Fix vaulted card button on order page
|
2022-07-08 10:26:53 +02:00 |
|
Alex P
|
2ca64739db
|
Use str value when checking mismatch
Otherwise the check may fail depending on the rounding used when creating the Money objects
|
2022-07-07 12:36:14 +03:00 |
|
Alex P
|
82adf1933f
|
Refactor money value formatting
Do not duplicate code and send string value for JPY
|
2022-07-07 12:34:21 +03:00 |
|
Alex P
|
9ab091b945
|
Fix shipping preference for vaulted card button
|
2022-07-05 17:30:12 +03:00 |
|
Alex P
|
fff2570124
|
Refactor shipping_preference
Extract its determination to a separate class, also remove useless CartRepository and use single PU to avoid confusion.
|
2022-07-05 14:37:04 +03:00 |
|
dinamiko
|
1d9af879ef
|
Fix phpunit
|
2022-06-27 12:33:51 +02:00 |
|
dinamiko
|
933a80b536
|
Merge trunk
|
2022-06-27 12:28:43 +02:00 |
|
Narek Zakarian
|
4c89caf0d9
|
Fix the tests
|
2022-06-23 19:18:29 +04:00 |
|
Alex P
|
84a5d9cd0f
|
Merge branch 'trunk' into pcp-328-mismatch
|
2022-06-20 16:35:37 +03:00 |
|
Alex P
|
af15246a96
|
Fix order fees total
|
2022-06-17 09:41:05 +03:00 |
|
dinamiko
|
0262549382
|
Merge branch 'trunk' into PCP-417-new-feature---pay-upon-invoice
|
2022-06-16 11:12:41 +02:00 |
|
Alex P
|
02c84e43e0
|
Improve item total/price retrieval
Less calculations, also fee was not included in item price for subs with fee
|
2022-06-15 21:33:25 +03:00 |
|
Alex P
|
770f8e558b
|
Do not send tax in each item
Looks like it is not displayed anyway, and it causes mismatch + cannot send shipping/discount taxes as tax
|
2022-06-15 10:14:42 +03:00 |
|
Alex P
|
0e82a5f6c9
|
Fix rounding when checking total mismatch
|
2022-06-15 09:58:57 +03:00 |
|
Alex P
|
4f91e78591
|
Do not fail if no WC_Product in order item
It is possible for an order item to not have product, such as if created by a plugin.
|
2022-06-13 18:52:52 +03:00 |
|
dinamiko
|
062c08f19f
|
Remove unit test
|
2022-06-02 11:37:53 +02:00 |
|
dinamiko
|
ade0e51e47
|
Merge branch 'trunk' into PCP-417-new-feature---pay-upon-invoice
|
2022-05-17 14:16:23 +02:00 |
|
Emili Castells
|
cff92d54ec
|
Merge pull request #642 from woocommerce/pcp-357-negative-fees
Do not send negative price items, add to discount
|
2022-05-17 13:54:22 +02:00 |
|
Alex P
|
88220aa3c6
|
Do not send negative price items, add to discount
|
2022-05-16 15:15:42 +03:00 |
|
Alex P
|
a8c1f386aa
|
Fix item description with emoji
|
2022-05-13 17:12:56 +03:00 |
|
dinamiko
|
4978107554
|
Ensure purchase units contains tax rate and shipping when creating the order
|
2022-04-28 11:02:00 +02:00 |
|
dinamiko
|
158f900282
|
Merge branch 'trunk' into PCP-417-new-feature---pay-upon-invoice
|
2022-04-28 09:10:18 +02: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 |
|
dinamiko
|
cf0d7858fd
|
Add unit tests
|
2022-04-22 15:21:00 +02:00 |
|
dinamiko
|
372884ce16
|
Fix phpunit
|
2022-04-19 10:37:33 +02:00 |
|
Alex P
|
4cecb908e6
|
Add tests
|
2022-04-13 10:40:28 +03:00 |
|
Alex P
|
368d50ce7b
|
Add test
|
2022-04-12 16:43:42 +03:00 |
|
Alex P
|
1b5052a858
|
Merge branch 'trunk' into pcp-475-free-trial
|
2022-04-12 15:32:31 +03:00 |
|
Alex P
|
1c0df35f53
|
Handle free trial for paypal
Vault account without payment
|
2022-04-12 14:59:07 +03:00 |
|
Alex P
|
f5a472673b
|
Handle free trial sub for cards
authorize 1$ and void
|
2022-04-06 09:10:24 +03:00 |
|
Narek Zakarian
|
56b4b6635c
|
Adjust tests
|
2022-03-15 16:40:49 +04:00 |
|
dinamiko
|
caf9a2c50d
|
Fix phpunit test
|
2022-02-23 11:23:44 +01:00 |
|