Alex P
7ef5991cb8
Log endpoint errors
2021-09-23 17:19:46 +03:00
Alex P
4c02326d63
Register webhooks a bit later
...
Otherwise it uses old state (and cannot choose the correct host, etc.), at least with ALTERNATE_WP_CRON
2021-09-14 10:25:50 +03:00
dinamiko
b49970be41
Merge branch 'trunk' into PT-51-plugin-information---support
2021-08-09 13:00:10 +02:00
dinamiko
643bb1702d
Hide mini cart height field when mini cart is disabled
2021-08-04 16:38:42 +02:00
dinamiko
817a460666
Fix phpcs errors
2021-07-27 14:29:05 +02:00
dinamiko
ebc4316f83
Use client id and secret from persisted settings if available
2021-07-26 16:08:32 +02:00
dinamiko
119543ae2d
Update dhii/module-interface
to version 0.3
2021-07-14 14:58:23 +02:00
dinamiko
d8817134a9
Update dhii\module-interface
2021-07-06 09:41:30 -05:00
Kirill Braslavsky
af2e3543cc
update fields on toggle cart message
2021-03-31 16:33:55 +03:00
Kirill Braslavsky
51ab69ed3f
update product message fields initially
2021-03-31 16:15:56 +03:00
Kirill Braslavsky
60db1606cb
add early return
2021-03-31 15:57:12 +03:00
Kirill Braslavsky
9c787d5682
update fields on toggle product message
2021-03-31 15:56:32 +03:00
Kirill Braslavsky
485428c46a
update fields on toggle checkout message
2021-03-31 15:38:09 +03:00
Kirill Braslavsky
0ad0a12e54
run settings script after DOM content loaded
2021-03-31 12:45:27 +03:00
Jorge A. Torres
11aa5daca9
Add REST routes related to onboarding
...
Adds various routes under `/wc-paypal/v1/onboarding` including `/status` (onboarding status), `/set-credentials` (manually set merchant ID/email and keys) and `/get-params` (information useful for presenting the user with an onboarding button).
2021-02-04 16:26:16 -05:00
Jorge A. Torres
b8870415af
Rework onboarding rendering and JS code
...
- Add `ppcp_onboarding` object and separate sandbox/production callbacks.
- Prevent errors when loading `onboarding.js` outside of the settings screen.
- Workaround PayPal’s partner.js shortcomings.
2021-02-04 13:57:24 -05:00
Jorge A. Torres
b630c4291c
Add support for select2 change events in settings
2020-10-15 15:51:05 -03:00
Jorge A. Torres
5c467b2188
Disable ‘dirty form’ fix in onboarding JS as it conflicts with other handlers
2020-10-15 15:51:05 -03:00
Jorge A. Torres
5ad190aed0
Make Settings class render fields in a more WC-friendly way
2020-10-15 15:51:05 -03:00
David Remer
2996bdbe8b
change credentials, endpoint urls, plugin url, js sdk date
2020-10-13 09:42:34 +03:00
David Remer
04da406447
delete dcc product status flag when changing the credentials
2020-10-13 09:41:36 +03:00
Jorge A. Torres
02718c6c77
Rename plugin to "WooCommerce PayPal Payments"
2020-10-09 19:00:00 -03:00
David Remer
d865b4f8fc
remove unused files
2020-10-08 07:22:43 +03:00
David Remer
abb2346c9f
codestyle
2020-10-06 14:46:28 +03:00
David Remer
722b67a3d1
make sure to store sandbox_on even when method throws error
2020-10-06 14:41:44 +03:00
David Remer
951092558d
remove the alert box in javascript when onboarding fails
2020-10-02 12:11:07 +03:00
David Remer
7521e63ef4
add semicolons
2020-10-01 10:00:21 +03:00
David Remer
2a099b0634
simplify should_render logic
2020-10-01 09:00:09 +03:00
David Remer
81bedf3a80
move api urls to constants
2020-10-01 08:53:44 +03:00
David Remer
2f474cc8ae
add disconnect button
2020-09-29 12:48:02 +03:00
David Remer
15580be431
resolve merge conflict
2020-09-29 12:22:24 +03:00
David Remer
074a6ea139
remove the toggle for a credentials set once those are set.
2020-09-25 11:58:30 +03:00
David Remer
e5a569e0a0
seperate state detection by production/sandbox
2020-09-25 11:38:22 +03:00
David Remer
3733576dff
fully onboarded needs all credentials being present
2020-09-25 11:24:05 +03:00
David Remer
d7cd055a28
connect the referral endpoints always to the connect.woocommerce instance
2020-09-25 10:09:35 +03:00
David Remer
de4dc878ef
store credentials also in the sandbox-prod-credential buckets when returning from paypal
2020-09-25 09:38:01 +03:00
David Remer
9327b19b7d
add new fields for production and sandbox credentials.
...
Change toggle functionality. Load connect-to-sandbox-button and connect-to-production-button in case credentials are missing
2020-09-25 09:19:43 +03:00
David Remer
8d682afc6c
add new setting fields to differentiate between live/sandbox credentials
2020-09-25 07:17:48 +03:00
David Remer
b41e760df6
fix button toggle, which was prevented from the general checkbox change handler
2020-09-24 13:40:43 +03:00
David Remer
6d8b6bf693
prevent 'do you want to leave'-alert when redirect occurs through paypal module.
2020-09-24 12:50:35 +03:00
David Remer
16ad8c9cd1
resolve merge conflict
2020-09-24 10:54:28 +03:00
David Remer
bc2f12e343
Merge branch 'master' into issue-19-dcc-logos
2020-09-24 10:49:37 +03:00
David Remer
5907d03ced
move merchant email into toggle
2020-09-24 10:46:31 +03:00
David Remer
09a5f0e466
enable loginseller endpoint to switch between sandbox and live
2020-09-24 10:29:09 +03:00
David Remer
6f870ec7a5
render sandbox and live connect button and toggle between those depending on sandbox checkbox
2020-09-24 09:58:28 +03:00
David Remer
b70819847b
load onboarding script on start screen
2020-09-24 09:57:55 +03:00
David Remer
25fa11b0f8
extract sandbox host into its own container key.
...
With #21 , we do not know anymore if we are currently in sandbox or production mode. We seperate the two hosts, so we can later instantiate different Api endpoint objects with different hosts. This enables us to call two different hosts in the same PHP process. In the current scope, just seperating the hosts (and not secrets/keys) should be sufficient.
2020-09-24 08:41:08 +03:00
David Remer
25c87a8da8
hide disabled credit cards in the logo selection
2020-09-24 07:49:31 +03:00
David Remer
de28575d59
use display:unset to avoid the underline disappearing
2020-09-23 12:28:44 +03:00
David Remer
05d3f267b3
enable merchant to hide credentials after showing them
2020-09-18 13:06:48 +03:00