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

Fix NotificationFilter, Serialization issues and implement PSD2 #128

Merged
merged 7 commits into from
Sep 10, 2019

Conversation

FNG21
Copy link
Contributor

@FNG21 FNG21 commented Sep 4, 2019

This PR closes/fixes the following issues:

@FNG21 FNG21 changed the title Feature/sdk csharp psd2 examples Fix NotificationFilter, Serialization issues and implement PSD2 Sep 4, 2019

return FromJsonList<NotificationFilterPush>(responseRaw, OBJECT_TYPE_GET);
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

empty lines

Dictionary<string, object> requestMap = new Dictionary<string, object>();
requestMap.Add(FIELD_NOTIFICATION_FILTERS, allNotificationFilter);


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove empty line


return FromJsonList<NotificationFilterUrl>(responseRaw, OBJECT_TYPE_GET);
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

empty lines

@andrederoos andrederoos merged commit 2fd8a04 into develop Sep 10, 2019
@andrederoos andrederoos deleted the feature/sdk_csharp-psd2-examples branch September 10, 2019 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants