Fiksuruoka-fi / capacitor-klarna-kco

Klarna KCO integration to Capacitor.js
1 stars 0 forks source link

Wrong json key names in documentation #11

Closed MarulkAF closed 2 months ago

MarulkAF commented 2 months ago

Describe the bug The Setup section of the documentation uses wrong key names for the return urls in the capacitor.config.json file example.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://github.com/Fiksuruoka-fi/capacitor-klarna-kco'
  2. Scroll down to 'Setup'
  3. See error

Expected behavior The "returnUrlIos" key should be named "iosReturnUrl" and the "returnUrlAndroid" key should be named "androidReturnUrl".