@@ -145,7 +145,7 @@ public function get_settings(){
145145 $ settings = array (
146146 array (
147147 'links ' => array (
148- 'https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/1.1.5 /docs/en/documentation.html ' => __ ('Documentation ' , 'woo-postfinancecheckout ' ),
148+ 'https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/1.1.6 /docs/en/documentation.html ' => __ ('Documentation ' , 'woo-postfinancecheckout ' ),
149149 'https://www.postfinance-checkout.ch/user/signup ' => __ ('Sign Up ' , 'woo-postfinancecheckout ' )
150150 ),
151151 'type ' => 'postfinancecheckout_links ' ,
@@ -159,32 +159,32 @@ public function get_settings(){
159159 'type ' => 'title ' ,
160160 'id ' => 'general_options '
161161 ),
162+
163+ array (
164+ 'title ' => __ ('Space Id ' , 'woo-postfinancecheckout ' ),
165+ 'id ' => WooCommerce_PostFinanceCheckout::CK_SPACE_ID ,
166+ 'type ' => 'text ' ,
167+ 'css ' => 'min-width:300px; ' ,
168+ 'desc ' => __ ('(required) ' , 'woo-postfinancecheckout ' )
169+ ),
162170
163171 array (
164172 'title ' => __ ('User Id ' , 'woo-postfinancecheckout ' ),
165- 'desc_tip ' => __ ('The Application User needs to have full permissions in the space this shop is linked to. ' , 'woo-postfinancecheckout ' ),
173+ 'desc_tip ' => __ ('The user needs to have full permissions in the space this shop is linked to. ' , 'woo-postfinancecheckout ' ),
166174 'id ' => WooCommerce_PostFinanceCheckout::CK_APP_USER_ID ,
167175 'type ' => 'text ' ,
168176 'css ' => 'min-width:300px; ' ,
169177 'desc ' => __ ('(required) ' , 'woo-postfinancecheckout ' )
170178 ),
171179
172180 array (
173- 'title ' => __ ('Application Key ' , 'woo-postfinancecheckout ' ),
181+ 'title ' => __ ('Authentication Key ' , 'woo-postfinancecheckout ' ),
174182 'id ' => WooCommerce_PostFinanceCheckout::CK_APP_USER_KEY ,
175183 'type ' => 'password ' ,
176184 'css ' => 'min-width:300px; ' ,
177185 'desc ' => __ ('(required) ' , 'woo-postfinancecheckout ' )
178186 ),
179187
180- array (
181- 'title ' => __ ('Space Id ' , 'woo-postfinancecheckout ' ),
182- 'id ' => WooCommerce_PostFinanceCheckout::CK_SPACE_ID ,
183- 'type ' => 'text ' ,
184- 'css ' => 'min-width:300px; ' ,
185- 'desc ' => __ ('(required) ' , 'woo-postfinancecheckout ' )
186- ),
187-
188188 array (
189189 'title ' => __ ('Space View Id ' , 'woo-postfinancecheckout ' ),
190190 'id ' => WooCommerce_PostFinanceCheckout::CK_SPACE_VIEW_ID ,
0 commit comments