Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Callback models for holding callback data #40

Closed
OGKevin opened this issue Nov 9, 2017 · 0 comments
Closed

Callback models for holding callback data #40

OGKevin opened this issue Nov 9, 2017 · 0 comments

Comments

@OGKevin
Copy link
Contributor

OGKevin commented Nov 9, 2017

Steps to reproduce:

  1. Receive a callback as described here: https://doc.bunq.com/api/1/page/callbacks

What should happen:

  1. There is a model available so that you can do the following:
$callbackModel = NotificationUrl::fromJson($CallbackJson);
$callbackModel->getReferencedObject();

if (!$callbackModel isntanceof CallbackModelImExcpeting) {
    throw new Exception();
}

What happens:

  1. Such thing is not possible yet

Logs

  • Logs no logs

Extra info:

Reference

@OGKevin OGKevin self-assigned this Nov 9, 2017
@OGKevin OGKevin added this to the 0.12.3 milestone Nov 9, 2017
OGKevin added a commit that referenced this issue Nov 10, 2017
OGKevin added a commit that referenced this issue Nov 10, 2017
OGKevin added a commit that referenced this issue Nov 10, 2017
OGKevin added a commit that referenced this issue Nov 10, 2017
OGKevin added a commit that referenced this issue Nov 10, 2017
OGKevin added a commit that referenced this issue Nov 10, 2017
OGKevin added a commit that referenced this issue Nov 10, 2017
OGKevin added a commit that referenced this issue Nov 10, 2017
OGKevin added a commit that referenced this issue Nov 10, 2017
OGKevin added a commit that referenced this issue Nov 10, 2017
OGKevin added a commit that referenced this issue Nov 10, 2017
OGKevin added a commit that referenced this issue Nov 10, 2017
OGKevin added a commit that referenced this issue Nov 12, 2017
OGKevin added a commit that referenced this issue Nov 15, 2017
OGKevin added a commit that referenced this issue Nov 15, 2017
OGKevin added a commit that referenced this issue Nov 15, 2017
OGKevin added a commit that referenced this issue Nov 15, 2017
OGKevin added a commit that referenced this issue Nov 15, 2017
OGKevin added a commit that referenced this issue Nov 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant