Skip to content

Commit

Permalink
Left-off from hotfix 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SparK-Cruz committed Apr 26, 2017
1 parent 6eb105e commit 15f213d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ public function print_button() {
'instalments' => $messages['instalments'],
'instalments_terms' => $instalments_terms,
'nonce' => wp_create_nonce( self::CREATE_ORDER_ACTION ),
'action' => $this->orderAction,
'action' => self::CREATE_ORDER_ACTION,
'permalink' => get_permalink($product->id),
'country' => $country,
'currency' => $currency
Expand Down

0 comments on commit 15f213d

Please sign in to comment.