Skip to content

Commit

Permalink
Merge branch 'woocommerce_block_support' of https://github.com/omise/…
Browse files Browse the repository at this point in the history
…omise-woocommerce into wc_blocks_fpx_payment
  • Loading branch information
Aashish committed May 27, 2024
2 parents 6e3fac5 + 8c9b8ce commit 3fd2181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/blocks/gateways/omise-block-installment.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use Automattic\WooCommerce\Blocks\Payments\Integrations\AbstractPaymentMethodType;

class Omise_Block_Installment extends AbstractPaymentMethodType {
/**
/**
* The gateway instance.
*/
protected $gateway;
Expand All @@ -15,7 +15,7 @@ class Omise_Block_Installment extends AbstractPaymentMethodType {
*/
protected $name = 'omise_installment';

/**
/**
* Initializes the payment method type.
*/
public function initialize() {
Expand Down

0 comments on commit 3fd2181

Please sign in to comment.