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_code_coverage
  • Loading branch information
Aashish committed Jun 5, 2024
2 parents 90920e0 + 861bc13 commit eab12cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ vendor
.phpunit.result.cache
composer.lock
.nvmrc
wp-content
wp-content
2 changes: 1 addition & 1 deletion includes/blocks/assets/js/credit_card/saved-cards.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ export const SavedCard = ({onChange, existingCards}) => {
<h3>{ __('Create a charge using new card', 'omise') }</h3>
</label>
</>)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Omise_Payment_DuitNow_OBW_Test extends Omise_Offsite_Test
{
private $omise_capability_mock;

protected function setUp(): void
public function setUp(): void
{
$this->sourceType = 'duitnow_obw';
parent::setUp();
Expand Down

0 comments on commit eab12cf

Please sign in to comment.