mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Check and removing GooglePay TODOs
This commit is contained in:
parent
b703f17bbf
commit
1a93df9f50
3 changed files with 4 additions and 9 deletions
|
@ -162,7 +162,7 @@ class GooglepayButton {
|
|||
const paymentDataRequest = await this.paymentDataRequest();
|
||||
console.log('[GooglePayButton] onButtonClick: paymentDataRequest', paymentDataRequest, this.context);
|
||||
|
||||
window.ppcpFundingSource = 'googlepay'; // TODO : do this on another place like on create order
|
||||
window.ppcpFundingSource = 'googlepay'; // Do this on another place like on create order endpoint handler.
|
||||
|
||||
this.paymentsClient.loadPaymentData(paymentDataRequest);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue