Skip to content

Commit

Permalink
added buy page cielo backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Vieira committed Feb 19, 2015
1 parent bdb7442 commit 97f0d22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ node_modules/
cielo-woocommerce.sublime-project

cielo-woocommerce.sublime-workspace

feature_request.txt
3 changes: 2 additions & 1 deletion includes/class-wc-cielo-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ public function init_form_fields() {
'desc_tip' => true,
'default' => 'buypagecielo',
'options' => array(
'buypagecielo' => __( 'Cielo Checkout', 'cielo-woocommerce' ),
'buypagecielo' => __( 'BuyPage Cielo', 'cielo-woocommerce' ),
'cielocheckout' => __( 'Cielo Checkout', 'cielo-woocommerce' ),
'webserviceintegrada' => __( 'Webservice Integrada', 'cielo-woocommerce' )
)
),
Expand Down

0 comments on commit 97f0d22

Please sign in to comment.