Skip to content

Commit 4cac9e9

Browse files
author
Chris Gårdenberg
committed
Added terms url that is required in Klarna Checkout
1 parent 3a59d9b commit 4cac9e9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

class-edu-klarnacheckout.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ public function init_form_fields() {
5454
'description' => __( 'Password for the API credentials from Klarna', 'eduadmin-wp-klarna-checkout' ),
5555
'default' => '',
5656
),
57+
'termsurl' => array(
58+
'title' => __( 'Terms and Conditions URL', 'eduadmin-wp-klarna-checkout' ),
59+
'type' => 'text',
60+
'description' => __( 'This URL is required for Klarna Checkout', 'eduadmin-wp-klarna-checkout' ),
61+
'default' => '',
62+
),
5763
);
5864
}
5965
}

0 commit comments

Comments
 (0)