-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from PTNUSASATUINTIARTHA-DOKU/revision
Fixing minor bug and adjust code to wordpress standards
- Loading branch information
Showing
24 changed files
with
471 additions
and
293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
.idea | ||
*.zip | ||
*.zip | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,4 +46,3 @@ public function get_payment_method_data() { | |
} | ||
|
||
} | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
<?php | ||
|
||
if ( ! defined( 'ABSPATH' ) ) exit; | ||
|
||
return apply_filters( | ||
'jokul_bca_va_settings', | ||
array( | ||
'channel_name' => array( | ||
'title' => __('Payment Channel Display Name', 'woocommerce-gateway-jokul'), | ||
'title' => __('Payment Channel Display Name', 'doku-payment'), | ||
'type' => 'text', | ||
'description' => __('Default : BCA VA', 'woocommerce-gateway-jokul'), | ||
'description' => __('Default : BCA VA', 'doku-payment'), | ||
'placeholder' => 'BCA VA', | ||
), | ||
'payment_description' => array( | ||
'title' => __('Payment Description', 'woocommerce-gateway-jokul'), | ||
'title' => __('Payment Description', 'doku-payment'), | ||
'type' => 'textarea', | ||
'css' => 'width: 400px;', | ||
'description' => __('Change your payment description for BCA VA', 'woocommerce-gateway-jokul'), | ||
'description' => __('Change your payment description for BCA VA', 'doku-payment'), | ||
'placeholder' => 'Bayar pesanan dengan transfer dari BCA', | ||
) | ||
) | ||
); | ||
|
||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
<?php | ||
|
||
if ( ! defined( 'ABSPATH' ) ) exit; | ||
|
||
return apply_filters( | ||
'jokul_bri_va_settings', | ||
array( | ||
'channel_name' => array( | ||
'title' => __('Payment Channel Display Name', 'woocommerce-gateway-jokul'), | ||
'title' => __('Payment Channel Display Name', 'doku-payment'), | ||
'type' => 'text', | ||
'description' => __('Default : Bank Rakyat Indonesia VA', 'woocommerce-gateway-jokul'), | ||
'description' => __('Default : Bank Rakyat Indonesia VA', 'doku-payment'), | ||
'placeholder' => 'Bank Rakyat Indonesia VA', | ||
), | ||
'payment_description' => array( | ||
'title' => __('Payment Description', 'woocommerce-gateway-jokul'), | ||
'title' => __('Payment Description', 'doku-payment'), | ||
'type' => 'textarea', | ||
'css' => 'width: 400px;', | ||
'description' => __('Change your payment description for Bank Rakyat Indonesia VA', 'woocommerce-gateway-jokul'), | ||
'description' => __('Change your payment description for Bank Rakyat Indonesia VA', 'doku-payment'), | ||
'placeholder' => 'Bayar pesanan dengan transfer Bank Rakyat Indonesia VA', | ||
) | ||
) | ||
); | ||
|
||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
<?php | ||
|
||
if ( ! defined( 'ABSPATH' ) ) exit; | ||
|
||
return apply_filters( | ||
'jokul_bsm_va_settings', | ||
array( | ||
'channel_name' => array( | ||
'title' => __('Payment Channel Display Name', 'woocommerce-gateway-jokul'), | ||
'title' => __('Payment Channel Display Name', 'doku-payment'), | ||
'type' => 'text', | ||
'description' => __('Default : Bank Syariah Indonesia VA', 'woocommerce-gateway-jokul'), | ||
'description' => __('Default : Bank Syariah Indonesia VA', 'doku-payment'), | ||
'placeholder' => 'Bank Syariah Indonesia VA', | ||
), | ||
'payment_description' => array( | ||
'title' => __('Payment Description', 'woocommerce-gateway-jokul'), | ||
'title' => __('Payment Description', 'doku-payment'), | ||
'type' => 'textarea', | ||
'css' => 'width: 400px;', | ||
'description' => __('Change your payment description for Bank Syariah Indonesia VA', 'woocommerce-gateway-jokul'), | ||
'description' => __('Change your payment description for Bank Syariah Indonesia VA', 'doku-payment'), | ||
'placeholder' => 'Bayar pesanan dengan transfer Bank Syariah Indonesia VA', | ||
) | ||
) | ||
); | ||
|
||
?> |
Oops, something went wrong.