customise payment button
This commit is contained in:
@@ -30,7 +30,7 @@ jQuery(document).ready(function($) {
|
||||
|
||||
handler.open({
|
||||
name: $settings.name,
|
||||
panelLabel: "Pay {{amount}} (plus fees)",
|
||||
panelLabel: $settings.payment_button_label,
|
||||
currency: "AUD",
|
||||
description: $(':input[name="description"]', $stripeForm).val(),
|
||||
email: $(':input[name="email"]', $stripeForm).val(),
|
||||
|
Reference in New Issue
Block a user