Skip to content

Commit bbee251

Browse files
Minor spelling fixes (vippsas#181)
1 parent 596a1a7 commit bbee251

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

vipps-recurring-api.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@ bubble. Include a detailed description of why it is not possible to display
13071307
the landing page.
13081308

13091309
**Please note:** When using `skipLandingPage`, the user is not sent to a URL
1310-
after complation of the payment. The "result page" is just the confirmation in
1310+
after completion of the payment. The "result page" is just the confirmation in
13111311
Vipps. The `fallback` URL sent in the API request can therefore be the
13121312
merchant's main URL, like `https://example.com`, etc.
13131313

@@ -1496,9 +1496,9 @@ When an initial charge is present, the flow in Vipps will change. First the user
14961496

14971497
Here we also show `productName` and `productDescription` on the agreement, as well as `description` on the initial charge. All of which are defined by the merchant.
14981498

1499-
Initial charges are designed to be used whenever there is an additional cost in setting up the agreement. This could be bundling of a mobilephone together with a mobile subscription, or a TV setup-box when becoming a customer at a cable company. We do not recommend this flow to be used purely for campaigns, as it could be confusing to the user.
1499+
Initial charges are designed to be used whenever there is an additional cost in setting up the agreement. This could be bundling of a mobile phone together with a mobile subscription, or a TV setup-box when becoming a customer at a cable company. We do not recommend this flow to be used purely for campaigns, as it could be confusing to the user.
15001500

1501-
As an example: If you have a campaign of 10 NOK for a digital media subscription for 3 months, and the normal price is 299,- monthly, the user would see both the charge of 10 NOK, as well as having to confirm the agreement for 299,- monthly, which can lead the user to believe that both will be payed upon entering the agreement. If used for campaigns, be sure to have good descriptions in `productName` and `productDescription` on the agreement, as well as `description` on the initial charge.
1501+
As an example: If you have a campaign of 10 NOK for a digital media subscription for 3 months, and the normal price is 299,- monthly, the user would see both the charge of 10 NOK, as well as having to confirm the agreement for 299,- monthly, which can lead the user to believe that both will be paid upon entering the agreement. If used for campaigns, be sure to have good descriptions in `productName` and `productDescription` on the agreement, as well as `description` on the initial charge.
15021502

15031503
### Campaign
15041504

vipps-recurring-postman.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Import the collection by following the steps below:
2121
### Step 2: Import the Postman Environment
2222

2323
1. Click `Import` in the upper left corner.
24-
2. Import the [vipps-recurring-api-postman-enviroment.json](https://raw.githubusercontent.com/vippsas/vipps-recurring-api/master/tools/vipps-recurring-api-postman-environment.json) file.
24+
2. Import the [vipps-recurring-api-postman-environment.json](https://raw.githubusercontent.com/vippsas/vipps-recurring-api/master/tools/vipps-recurring-api-postman-environment.json) file.
2525

2626
### Step 3: Setup Postman Environment
2727

0 commit comments

Comments
 (0)