🎨 Minor code structure changes

This commit is contained in:
Philipp Stracker 2024-06-12 11:27:59 +02:00
parent aa9c02a786
commit cea292684b
No known key found for this signature in database
4 changed files with 8 additions and 8 deletions

View file

@ -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