mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
🎨 Minor code structure changes
This commit is contained in:
parent
aa9c02a786
commit
cea292684b
4 changed files with 8 additions and 8 deletions
|
@ -51,7 +51,7 @@ class GooglePayPreviewButtonManager extends PreviewButtonManager {
|
|||
* @param {string} wrapperId - CSS ID of the wrapper element.
|
||||
* @return {GooglePayPreviewButton}
|
||||
*/
|
||||
createButtonInst(wrapperId) {
|
||||
createButtonInstance(wrapperId) {
|
||||
return new GooglePayPreviewButton({
|
||||
selector: wrapperId,
|
||||
apiConfig: this.apiConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue