Remove unneeded variable

This commit is contained in:
Alex P 2023-11-21 16:07:52 +02:00
parent f232946afa
commit e3b3d43d67
No known key found for this signature in database
GPG key ID: 54487A734A204D71

View file

@ -56,9 +56,8 @@ const GooglePayComponent = () => {
}
const features = ['products'];
let registerMethod = registerExpressPaymentMethod;
registerMethod({
registerExpressPaymentMethod({
name: buttonData.id,
label: <div dangerouslySetInnerHTML={{__html: buttonData.title}}/>,
content: <GooglePayComponent isEditing={false}/>,